Retrieves the items that start at the specified index in the vector view.
public:
uint32 GetMany(
uint32 startIndex,
out Array<T>^ items
)
startIndex
Type: uint32
The zero-based index of the start of the items in the vector view.
items
Type: T
The items that start at startIndex in the vector view.
Type: uint32
The number of items retrieved.
Note
This is a cross-OS call. For more information, see Cross-OS Calls.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd